projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
2c2e07f
cdcb897
)
Auto merge of #3700 - matklad:faster-test, r=alexcrichton
author
bors
<bors@rust-lang.org>
Tue, 14 Feb 2017 19:46:26 +0000
(19:46 +0000)
committer
bors
<bors@rust-lang.org>
Tue, 14 Feb 2017 19:46:26 +0000
(19:46 +0000)
Don't use real serde in tests
This test used to take 1.5 minutes on my machine (without significant CPU usage however), now it finishes in a couple of seconds. I don't fully understand what is tested here, but I suppose we don't really need serde.
Trivial merge